[INFO] cloning repository https://github.com/RandomSearch18/rusty_man_computer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/RandomSearch18/rusty_man_computer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRandomSearch18%2Frusty_man_computer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRandomSearch18%2Frusty_man_computer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] eb6dab3c429ba8a3db3c3c2cf158057fd8b04174
[INFO] checking RandomSearch18/rusty_man_computer against try#b946edaa85de45f124065f52b1bc55ba2fb4f9fb for pr-157562
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRandomSearch18%2Frusty_man_computer" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/RandomSearch18/rusty_man_computer
[INFO] finished tweaking git repo https://github.com/RandomSearch18/rusty_man_computer
[INFO] tweaked toml for git repo https://github.com/RandomSearch18/rusty_man_computer written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/RandomSearch18/rusty_man_computer on toolchain b946edaa85de45f124065f52b1bc55ba2fb4f9fb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b946edaa85de45f124065f52b1bc55ba2fb4f9fb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/RandomSearch18/rusty_man_computer already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b946edaa85de45f124065f52b1bc55ba2fb4f9fb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a78102f7d3d76ccab142223f26d6afc0e303d297f48614adc1f7f246b114c7e7
[INFO] running `Command { std: "docker" "start" "a78102f7d3d76ccab142223f26d6afc0e303d297f48614adc1f7f246b114c7e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a78102f7d3d76ccab142223f26d6afc0e303d297f48614adc1f7f246b114c7e7" "/opt/rustwide/cargo-home/bin/cargo" "+b946edaa85de45f124065f52b1bc55ba2fb4f9fb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a78102f7d3d76ccab142223f26d6afc0e303d297f48614adc1f7f246b114c7e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a78102f7d3d76ccab142223f26d6afc0e303d297f48614adc1f7f246b114c7e7" "/opt/rustwide/cargo-home/bin/cargo" "+b946edaa85de45f124065f52b1bc55ba2fb4f9fb" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling unicode-ident v1.0.17
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]     Checking anstyle v1.0.10
[INFO] [stderr]    Compiling owo-colors v4.2.3
[INFO] [stderr]     Checking gimli v0.32.3
[INFO] [stderr]     Checking anstyle-query v1.1.2
[INFO] [stderr]     Checking colorchoice v1.0.3
[INFO] [stderr]     Checking rustc-demangle v0.1.26
[INFO] [stderr]     Checking anstyle-parse v0.2.6
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking indenter v0.3.4
[INFO] [stderr]     Checking clap_lex v0.7.4
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]     Checking once_cell v1.20.3
[INFO] [stderr]     Checking eyre v0.6.12
[INFO] [stderr]     Checking anstream v0.6.18
[INFO] [stderr]     Checking clap_builder v4.5.31
[INFO] [stderr]    Compiling quote v1.0.39
[INFO] [stderr]    Compiling syn v2.0.99
[INFO] [stderr]     Checking addr2line v0.25.1
[INFO] [stderr]    Compiling clap_derive v4.5.28
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]     Checking backtrace v0.3.76
[INFO] [stderr]     Checking color-eyre v0.6.5
[INFO] [stderr]     Checking clap v4.5.31
[INFO] [stderr]     Checking rusty_man_computer v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/lib.rs:467:19
[INFO] [stdout]     |
[INFO] [stdout] 467 |     Unrecoverable(std::io::Error),
[INFO] [stdout]     |     ------------- ^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 467 -     Unrecoverable(std::io::Error),
[INFO] [stdout] 467 +     Unrecoverable(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:184:14
[INFO] [stdout]     |
[INFO] [stdout] 184 |     fn chars(&self) -> std::str::Chars {
[INFO] [stdout]     |              ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 184 |     fn chars(&self) -> std::str::Chars<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/lib.rs:467:19
[INFO] [stdout]     |
[INFO] [stdout] 467 |     Unrecoverable(std::io::Error),
[INFO] [stdout]     |     ------------- ^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 467 -     Unrecoverable(std::io::Error),
[INFO] [stdout] 467 +     Unrecoverable(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:184:14
[INFO] [stdout]     |
[INFO] [stdout] 184 |     fn chars(&self) -> std::str::Chars {
[INFO] [stdout]     |              ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 184 |     fn chars(&self) -> std::str::Chars<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `ReadError` and `WriteError` are never constructed
[INFO] [stdout]    --> src/assembler.rs:217:5
[INFO] [stdout]     |
[INFO] [stdout] 211 | pub enum AssemblerError {
[INFO] [stdout]     |          -------------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 217 |     ReadError(io::Error),
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 218 |     #[error("Failed to write to output file: {0}")]
[INFO] [stdout] 219 |     WriteError(io::Error),
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `assemble_from_file` is never used
[INFO] [stdout]    --> src/assembler.rs:263:4
[INFO] [stdout]     |
[INFO] [stdout] 263 | fn assemble_from_file(args: Args) -> Result<(), AssemblerError> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `main` is never used
[INFO] [stdout]    --> src/assembler.rs:277:4
[INFO] [stdout]     |
[INFO] [stdout] 277 | fn main() -> Result<(), AssemblerError> {
[INFO] [stdout]     |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `ReadError` and `WriteError` are never constructed
[INFO] [stdout]    --> src/assembler.rs:217:5
[INFO] [stdout]     |
[INFO] [stdout] 211 | pub enum AssemblerError {
[INFO] [stdout]     |          -------------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 217 |     ReadError(io::Error),
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 218 |     #[error("Failed to write to output file: {0}")]
[INFO] [stdout] 219 |     WriteError(io::Error),
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `assemble_from_file` is never used
[INFO] [stdout]    --> src/assembler.rs:263:4
[INFO] [stdout]     |
[INFO] [stdout] 263 | fn assemble_from_file(args: Args) -> Result<(), AssemblerError> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `main` is never used
[INFO] [stdout]    --> src/assembler.rs:277:4
[INFO] [stdout]     |
[INFO] [stdout] 277 | fn main() -> Result<(), AssemblerError> {
[INFO] [stdout]     |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.85s
[INFO] running `Command { std: "docker" "inspect" "a78102f7d3d76ccab142223f26d6afc0e303d297f48614adc1f7f246b114c7e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a78102f7d3d76ccab142223f26d6afc0e303d297f48614adc1f7f246b114c7e7", kill_on_drop: false }`
[INFO] [stdout] a78102f7d3d76ccab142223f26d6afc0e303d297f48614adc1f7f246b114c7e7
